home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / formats / iff / newiff.lzh / NewIFF / NewIFF.lzh / newiff / iffp / compiler.h < prev    next >
C/C++ Source or Header  |  1992-05-18  |  661b  |  26 lines

  1. #ifndef COMPILER_H
  2. #define COMPILER_H
  3. /*** compiler.h *********************************************************/
  4. /*  Steve Shaw                            1/29/86 */
  5. /*  Portability file to handle compiler idiosyncrasies.            */
  6. /*                                                                      */ 
  7. /* This software is in the public domain.                               */ 
  8. /* modified 05/91 for use with iffparse - CAS_CBM                       */ 
  9. /************************************************************************/
  10.  
  11. #ifndef EXEC_TYPES_H
  12. #include "exec/types.h"
  13. #endif
  14.  
  15. /*
  16. #define NO_PROTOS
  17. */
  18.  
  19. #ifndef LATTICE
  20. #define NO_SAS_PRAGMAS
  21. #endif
  22.  
  23. #endif /* COMPILER_H */
  24.  
  25.  
  26.